Uses of Class
loginresponse.Error

Packages that use Error
loginresponse Package generated from loginresponse.dtd 
 

Uses of Error in loginresponse
 

Fields in loginresponse declared as Error
protected  Error Failure.error
           
 

Methods in loginresponse that return Error
 Error ObjectFactory.createError()
          Create an instance of Error
 Error Failure.getError()
          Gets the value of the error property.
 

Methods in loginresponse with parameters of type Error
 void Failure.setError(Error value)
          Sets the value of the error property.